home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 23 / CU Amiga - Super CD-ROM 23 (June 1998).iso / CreatingGames / Utilities / Misc / GMS / GMSDev / Includes / sound / all.h next >
Encoding:
C/C++ Source or Header  |  1997-10-15  |  127 b   |  10 lines

  1. #ifndef SOUND_ALL_H
  2. #define SOUND_ALL_H TRUE
  3.  
  4. #ifndef SOUND_SOUND_H
  5. #include <sound/sound.h>
  6. #endif
  7.  
  8. #endif /* SOUND_ALL_H */
  9.  
  10.